Global Index
HTML5 JS API Index > DOM Tutorials & Specs

HTMLMetaElement

Extends HTMLElement.

The meta element represents various kinds of metadata that cannot be expressed using the title, base, link, style, and script elements.

Properties
DOMString
content
The name and content IDL attributes must reflect the respective content attributes of the same name. The IDL attribute httpEquiv must reflect the content attribute http-equiv.
DOMString
httpEquiv
The name and content IDL attributes must reflect the respective content attributes of the same name. The IDL attribute httpEquiv must reflect the content attribute http-equiv.
DOMString
name
The name and content IDL attributes must reflect the respective content attributes of the same name. The IDL attribute httpEquiv must reflect the content attribute http-equiv.